home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 June: Reference Library / Dev.CD Jun 95 / Dev.CD Jun 95.toast / What's New? / New System Software Extensions / QuickDraw 3D ß / Programming / SampleCode / Modeller ƒ / Modeller_traps.h < prev    next >
Encoding:
Text File  |  1995-03-06  |  293 b   |  14 lines  |  [TEXT/MPS ]

  1. // Simple framework for Macintosh sample code
  2. //
  3. // Nick Thompson, DEVSUPPORT
  4. //
  5. // This file contains the trap detection related code code for the framework.
  6. // 
  7. // 9/16/94    nick    first cut
  8.  
  9. #ifndef _MODELLER_TRAPS_H_
  10. #define _MODELLER_TRAPS_H_
  11.  
  12. Boolean    myTrapAvailable(short theTrap) ;
  13.  
  14. #endif